翻訳と辞書
Words near each other
・ Java class file
・ Java Class Library
・ Java Classloader
・ Java Code Coverage Tools
・ Java coffee
・ Java collections framework
・ Java Community Process
・ Java compiler
・ Java concurrency
・ Java Cryptography Architecture
・ Java Cryptography Extension
・ Java Data Mining
・ Java Data Objects
・ Java Database Connectivity
・ Java Decompiler
Java Desktop Integration Components
・ Java Desktop System
・ Java Development Kit
・ Java Device Test Suite
・ Java District
・ Java Dynamic Management Kit
・ Java EE application
・ Java EE Connector Architecture
・ Java EE version history
・ Java Embedding Plugin
・ Java Evolutionary Computation Toolkit
・ Java Formation
・ Java Foundation Classes
・ Java Gold
・ Java Grammatical Evolution


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Java Desktop Integration Components : ウィキペディア英語版
Java Desktop Integration Components

The Java Desktop Integration Components (JDIC) project provides components which give Java applications the same access to operating system services as native applications. For example, a Java application running on one user's desktop can open a web page using that user's default web browser (e.g. Firefox), but the same Java application running on a different user's desktop would open the page in Opera (the second user's default browser).
Initially the project supports features such as embedding the native HTML browser, programmatically opening the native mail client, using registered file-type viewers, and packaging JNLP applications as RPM, SVR4, and MSI installer packages. As a bonus, an SDK for developing platform-independent screensavers is included.
〔http://javadesktop.org/articles/jdic/index.html JavaDesktop: The JDIC Project〕
Most of the features provided by JDIC were incorporated into the JDK starting with version 1.6. As a result, the development of the project has come to an end.
== Components ==
The cross-platform JDIC package, which files should allow the user to work, includes:〔http://www.ibm.com/developerworks/java/library/j-jdic/ Integrate native OS features in your desktop applications with JDIC〕
*jdic.jar: JAR file which contains all the Java classes needed for development. It must be in the classpath of the user for compilation.
*jdic.dll and tray.dll: On Windows installations, these files need to be into the directory where this operating system is installed (normally, C:\Windows). They contain the "bridge" methods between the jdic.jar Java methods and the native OS methods.
*libjdic.so and libtray.so: On Solaris and GNU/Linux operating systems, these two files must go into the LD_LIBRARY_PATH folder.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Java Desktop Integration Components」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.